From: Jeroen van der Heijden Date: Wed, 26 Sep 2018 08:04:07 +0000 (+0200) Subject: . X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~8^2~76 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=12c53876e929a6f1b71b6157678e5af646327ffa;p=siridb-server.git . --- diff --git a/.travis.yml b/.travis.yml index c797c3b0..b9347e8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ matrix: os: linux addons: apt: + update: true sources: - ubuntu-toolchain-r-test packages: @@ -24,12 +25,11 @@ matrix: - splint before_script: before_script: - - apt-get -qq update - - apt-get -qq install libpcre2-dev libuv1-dev uuid-dev + - sudo apt-get install -y libpcre2-dev libuv1-dev uuid-dev - git clone https://github.com/transceptor-technology/libcleri.git - cd ./libcleri/Release/ - make - - make install + - sudo make install - cd ../../ script: - splint *.c